home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / flashlight.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  1.0 KB  |  48 lines

  1. SDEF
  2.  
  3. // Flashlight model, by Mr Ken
  4.  
  5. /*SINED Inventory_Flashlight (.3 .3 1) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  6. duh, it's a flashlight :p
  7. */
  8.  
  9. // -----------------------------------------------------------------------------
  10. // FILE DECLARATIONS
  11. //
  12. // Model Commands
  13. path models/items/flashlight
  14. scale 1
  15.  
  16. // Base Model
  17. flash_w.sbm
  18.  
  19. // Skins
  20. normal        flash_w.tga
  21.  
  22. // Normal Animations
  23. idle        flash_w.sam
  24. pose        flash_w.sam      // FIX ME - Needs a pose animation
  25.  
  26. // -----------------------------------------------------------------------------
  27. // INITIALIZATION SECTION
  28. //
  29. !init:
  30.  
  31. // Class Setup
  32. server classname Flashlight
  33. //server setsize "-4 -4 0" "4 4 4"
  34. server maxamount 999
  35.  
  36. // Sound Aliases
  37. server respawnsound
  38. server aliascache snd_pickup "player/pkup/shield/pkup.wav"
  39.  
  40. // Icon and Inventory Name
  41. server iconname "i_flashlight"
  42. server itemname "Flashlight"
  43.  
  44. // -----------------------------------------------------------------------------
  45. // MAIN SECTION
  46. //
  47. !main:
  48.